Description
Get an image from a Picture document.
Operation id | Picture.GetView |
Aliases | Picture.getView
|
Category | Conversion |
Label | Get image view |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | blob |
Implementation Information
JSON Definition
{
"id" : "Picture.GetView",
"aliases" : [ "Picture.getView" ],
"label" : "Get image view",
"category" : "Conversion",
"requires" : null,
"description" : "Get an image from a Picture document.",
"url" : "Picture.GetView",
"signature" : [ "document", "blob" ],
"params" : [ {
"name" : "viewName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}